home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / lisp / akcl_1_6.z / akcl_1_6 / xbin / maybe-compile < prev    next >
Encoding:
Text File  |  1988-06-18  |  52 b   |  9 lines

  1. #!/bin/sh
  2.  
  3. if [ -f $1 ] ; then
  4.  $2
  5.  $3
  6.  $4
  7.  $5        
  8. fi
  9.